on (release) {
		if (Level == 1) {
			var Dare1:Array = new Array();
			if (PlayerTurn == 1){
				if (Player1gender == "F") Dare1[0] = "Give " + Player2name + " a lap dance.";
				if (Player1gender == "M") Dare1[0] = "Try to do a belly dance for " + Player2name + ".";
				Dare1[1] = "Do whatever " + Player2name + " asks.";
				if (Player1gender == "F") Dare1[4] = "Do 5 push-ups. After every push-up, whisper your partner's name: " + Player2name + ".";
				if (Player1gender == "M") Dare1[4] = "Do 10 push-ups. After every push-up, whisper your partner's name: " + Player2name + ".";
			}
			else
			{
				if (Player2gender == "F") Dare1[0] = "Give " + Player1name + " a lap dance.";
				if (Player2gender == "M") Dare1[0] = "Try to do a belly dance for " + Player1name + ".";
				Dare1[1] = "Do whatever " + Player1name + " asks.";
				if (Player2gender == "F") Dare1[4] = "Do 5 push-ups. After every push-up, whisper your partner's name: " + Player1name + ".";
				if (Player2gender == "M") Dare1[4] = "Do 10 push-ups. After every push-up, whisper your partner's name: " + Player1name + ".";
			}
			
			Dare1[2] = "Remove any item of clothing.";
			Dare1[3] = "Blindfold yourself and do the next two tasks blindfolded.";
			Dare1[5] = "Sing a song."
		   	mySetting = 6;
		}
		if (Level == 2) {
			var Dare2:Array = new Array();
			if (PlayerTurn == 1){
				Dare2[0] = "Lick " + Player2name + "s ears.";
				Dare2[1] = "Place ice cube on the " + Player2name + "s navel until it melts. You can only use your lips to keep the cube in place.";
				Dare2[2] = "Pass a candy to " + Player2name + " using just the lips.";
				Dare2[5] = Player2name + " lies down. Move your hand or a feather all over " + Player2name + "s body.";
				if (Player2gender == "M") Dare2[6] = "Give " + Player2name + " a boner without touching his penis.";
				if (Player2gender == "F") Dare2[6] = "Try to make " + Player2name + " aroused without touching her intimate regions or breasts.";
				Dare2[7] = "Suck all ten of " + Player2name + "s toes.";
				Dare2[8] = "Kiss " + Player2name + "s feet and legs all the way up to the inner thigh.";
				Dare2[9] = "Give " + Player2name + " a foot massage.";
				Dare2[10] = "Let " + Player2name + " to make you a hickie.";
				Dare2[11] = "Let " + Player2name + " to tie and tickle you for 2 minutes (or 1 minute if you let to be blindfolded).";
				Dare2[12] = "Lie on top of " + Player2name + " for 2 rounds.";
				Dare2[13] = "Sit on the lap of " + Player2name + " for the next 2 rounds.";
				Dare2[14] = "Do whatever " + Player2name + " asks.";
				Dare2[15] = "Hug " + Player2name + " for three minutes.";
				Dare2[16] = "Massage " + Player2name + "'s face.";
				Dare2[18] = "Lick " + Player2name + "'s lips for at least 30 seconds, but don't kiss.";
				Dare2[19] = "Kiss " + Player2name + " 100 times on the face.";
				Dare2[21] = "Give " + Player2name + " a back massage.";
				Dare2[22] = "Give " + Player2name + " a head massage.";
				Dare2[23] = "Give " + Player2name + " a foot massage.";
				Dare2[24] = "Breath on " + Player2name + "'s lips for a minute without kissing.";
				Dare2[25] = "Brush or stroke " + Player2name + "'s hair for minute.";
				Dare2[26] = "Kiss " + Player2name + "'s eyes.";
				Dare2[27] = "Get " + Player2name + " aroused by only touching " + Player2name + "'s face.";
				Dare2[28] = "Tenderly touch " + Player2name + "'s face.";
				Dare2[29] = "Kiss " + Player2name + " passionately on the lips for around a minute  " + Player2name + "'s can't kiss back.";
				if (Player2gender == "M") Dare2[32] = "Kiss " + Player2name + "'s toes.";
				if (Player2gender == "F") Dare2[32] = "Paint " + Player2name + "'s toenails.";
				if (Player2gender == "M") Dare2[33] = "Kiss " + Player2name + "'s fingers.";
				if (Player2gender == "F") Dare2[33] = "Paint " + Player2name + "'s nails.";
			}
			else
			{
				Dare2[0] = "Lick " + Player1name + "s ears.";
				Dare2[1] = "Place ice cube on the " + Player1name + "s navel until it melts. You can only use your lips to keep the cube in place.";
				Dare2[2] = "Pass a candy to " + Player1name + " using just the lips.";
				Dare2[5] = Player1name + " lies down. Move your hand or a feather all over " + Player1name + "s body.";
				if (Player1gender == "M") Dare2[6] = "Give " + Player1name + " a boner without touching his penis.";
				if (Player1gender == "F") Dare2[6] = "Try to make " + Player1name + " aroused without touching her intimate regions or breasts.";
				Dare2[7] = "Suck all ten of " + Player1name + "s toes.";
				Dare2[8] = "Kiss " + Player1name + "s feet and legs all the way up to the inner thigh.";
				Dare2[9] = "Give " + Player1name + " a foot massage.";
				Dare2[10] = "Let " + Player1name + " to make you a hickie.";
				Dare2[11] = "Let " + Player1name + " to tie and tickle you for 2 minutes (or 1 minute if you let to be blindfolded).";
				Dare2[12] = "Lie on top of " + Player1name + " for 2 rounds.";
				Dare2[13] = "Sit on the lap of " + Player1name + " for the next 2 rounds.";
				Dare2[14] = "Do whatever " + Player1name + " asks.";
				Dare2[15] = "Hug " + Player1name + " for three minutes.";
				Dare2[16] = "Massage " + Player1name + "'s face.";
				Dare2[18] = "Lick " + Player1name + "'s lips for at least 30 seconds, but don't kiss.";
				Dare2[19] = "Kiss " + Player1name + " 100 times on the face.";
				Dare2[21] = "Give " + Player1name + " a back massage.";
				Dare2[22] = "Give " + Player1name + " a head massage.";
				Dare2[23] = "Give " + Player1name + " a foot massage.";
				Dare2[24] = "Breath on " + Player1name + "'s lips for a minute without kissing.";
				Dare2[25] = "Brush or stroke " + Player1name + "'s hair for minute.";
				Dare2[26] = "Kiss " + Player1name + "'s eyes.";
				Dare2[27] = "Get " + Player1name + " aroused by only touching " + Player1name + "'s face.";
				Dare2[28] = "Tenderly touch " + Player1name + "'s face.";
				Dare2[29] = "Kiss " + Player1name + " passionately on the lips for around a minute  " + Player1name + "'s can't kiss back.";
				if (Player2gender == "M") Dare2[32] = "Kiss " + Player1name + "'s toes.";
				if (Player2gender == "F") Dare2[32] = "Paint " + Player1name + "'s toenails.";
				if (Player2gender == "M") Dare2[33] = "Kiss " + Player1name + "'s fingers.";
				if (Player2gender == "F") Dare2[33] = "Paint " + Player1name + "'s nails.";
			}
			Dare2[3] = "Unwrap a candy together using only the lips.";
			Dare2[4] = "Kiss each other for a whole minute.";
			Dare2[17] = "Simulate the sound of an orgasm.";
			Dare2[20] = "Blindfold yourself and do the next two tasks blindfolded.";
			Dare2[30] = "Remove any item of clothing.";
			Dare2[31] = "Eat something in the most erotic way.";
   			mySetting = 34;
		}
		if (Level == 3) {
			var Dare3:Array = new Array();
			if (PlayerTurn == 1){
				Dare3[0] = "Spank, squeeze and pinch " + Player2name + "s butt.";
				if (Player2gender == "F") Dare3[1] = "Unhook " + Player2name + "s bra and take it off her body using just one hand while blindfolded.";
				if (Player2gender == "M") Dare3[1] = "Take off " + Player2name + "s underwear with your teeth while blindfolded. Before you unblindfold yourself he need to put on pants.";
				Dare3[2] = "Lift " + Player2name + "s shirt up from the back all the way to the collar using just your teeth.";
				if (Player2gender == "F") Dare3[3] = "Eat a melting chocolate off " + Player2name + "s boobs.";
				if (Player2gender == "M") Dare3[3] = "Eat a melting chocolate off " + Player2name + "s chest.";
				Dare3[4] = "Kiss " + Player2name + " down there while you're blindfolded.";
				Dare3[6] = "Find " + Player2name + "s nipple with your teeth while blindfolded. Lick " + Player2name + "s nipple.";
				Dare3[7] = "Slip your hand into " + Player2name + "s jeans and keep it busy for a whole minute.";
				Dare3[10] = "Kiss " + Player2name + "'s legs from feet to inner thighs while on your knees.";
				Dare3[12] = "Kiss " + Player2name + "'s buttocks 50 times.";
				Dare3[13] = "Do whatever " + Player2name + " asks.";
				Dare3[16] = "Put on " + Player2name + "'s top.";
				Dare3[18] = "Massage " + Player2name + "'s buttocks for three minutes.";
				if (Player1gender == "M") Dare3[21] = "Let " + Player2name + " measure your penis with a ruler. You have to be blindfolded and " + Player2name + " can't tell you what is the result.";
				if (Player1gender == "F") Dare3[21] = "Let " + Player2name + " measure your boobs. You have to be blindfolded and " + Player2name + " can't tell you what is the result.";
				Dare3[22] = "Rub your naked body against " + Player2name + "'s.";
				Dare3[23] = "Play with " + Player2name + "'s nipples over shirt.";
				Dare3[24] = "Massage " + Player2name + "'s genitals.";
				Dare3[25] = "Lick all the way up the inside of " + Player2name + "'s legs.";
				Dare3[26] = "Touch " + Player2name + " as gently as you can all around her/his body.";
				Dare3[27] = "Kiss " + Player2name + "'s neck for five minutes.";
				Dare3[28] = "Grind yourself up against " + Player2name + ".";
				Dare3[29] = "Lie " + Player2name + " down and slowly kiss all over " + Player2name + "'s body.";
				Dare3[30] = "Use an ice cube and touch all " + Player2name + "'s body using it.";
				Dare3[31] = "Feed " + Player2name + " strawberries or chocolates.";
				Dare3[35] = "Get blindfolded. You should kiss three specific " + Player2name + "'s body parts by guessing the exact location without using hands.";
				Dare3[36] = "Have " + Player2name + " tie you to a chair while you're naked and dry hump you (they have clothes on) for three minutes.";
				if (Player1gender == "M") Dare3[32] = "Wear an item of women's clothing.";
				if (Player1gender == "F") Dare3[33] = "Wear an item of sexy clothing and make a sexy pose for " + Player2name + ".";
			}
			else
			{
				Dare3[0] = "Spank, squeeze and pinch " + Player1name + "s butt.";
				if (Player1gender == "F") Dare3[1] = "Unhook " + Player1name + "s bra and take it off her body using just one hand while blindfolded.";
				if (Player1gender == "M") Dare3[1] = "Take off " + Player1name + "s underwear with your teeth while blindfolded. Before you unblindfold yourself he need to put on pants.";
				Dare3[2] = "Lift " + Player1name + "s shirt up from the back all the way to the collar using just your teeth.";
				if (Player1gender == "F") Dare3[3] = "Eat a melting chocolate off " + Player1name + "s boobs.";
				if (Player1gender == "M") Dare3[3] = "Eat a melting chocolate off " + Player1name + "s chest.";
				Dare3[4] = "Kiss " + Player1name + " down there while you're blindfolded.";
				Dare3[6] = "Find " + Player1name + "s nipple with your teeth while blindfolded. Lick " + Player1name + "s nipple.";
				Dare3[7] = "Slip your hand into " + Player1name + "s jeans and keep it busy for a whole minute.";
				Dare3[10] = "Kiss " + Player1name + "'s legs from feet to inner thighs while on your knees.";
				Dare3[12] = "Kiss " + Player1name + "'s buttocks 50 times.";
				Dare3[13] = "Do whatever " + Player1name + " asks.";
				Dare3[16] = "Put on " + Player1name + "'s top.";
				Dare3[18] = "Massage " + Player1name + "'s buttocks for three minutes.";
				if (Player2gender == "M") Dare3[21] = "Let " + Player1name + " measure your penis with a ruler. You have to be blindfolded and " + Player1name + " can't tell you what is the result.";
				if (Player2gender == "F") Dare3[21] = "Let " + Player1name + " measure your boobs. You have to be blindfolded and " + Player1name + " can't tell you what is the result.";
				Dare3[22] = "Rub your naked body against " + Player1name + "'s.";
				Dare3[23] = "Play with " + Player1name + "'s nipples over shirt.";
				Dare3[24] = "Massage " + Player1name + "'s genitals.";
				Dare3[25] = "Lick all the way up the inside of " + Player1name + "'s legs.";
				Dare3[26] = "Touch " + Player1name + " as gently as you can all around her/his body.";
				Dare3[27] = "Kiss " + Player1name + "'s neck for five minutes.";
				Dare3[28] = "Grind yourself up against " + Player1name + ".";
				Dare3[29] = "Lie " + Player1name + " down and slowly kiss all over " + Player1name + "'s body.";
				Dare3[30] = "Use an ice cube and touch all " + Player1name + "'s body using it.";
				Dare3[31] = "Feed " + Player1name + " strawberries or chocolates.";
				Dare3[35] = "Get blindfolded. You should kiss three specific " + Player1name + "'s body parts by guessing the exact location without using hands.";
				Dare3[36] = "Have " + Player1name + " tie you to a chair while you're naked and dry hump you (they have clothes on) for three minutes.";
				if (Player2gender == "M") Dare3[32] = "Wear an item of women's clothing.";
				if (Player2gender == "F") Dare3[33] = "Wear an item of sexy clothing and make a sexy pose for " + Player1name + ".";
			}
			Dare3[5] = "Make out with each other with the clothes on / dry hump each other.";
			Dare3[8] = "Put an ice-cube down your pants until it melts.";
			Dare3[9] = "Get spanked.";
			Dare3[11] = "Hump a pillow for 1 minute.";
			Dare3[14] = "Touch yourself over your clothes for a minute.";
			Dare3[15] = "Do a sexy striptease down to your underwear.";
			Dare3[17] = "Play with your own nipples, dont take off shirt.";
			Dare3[19] = "Blindfold yourself and do the next two tasks blindfolded.";
			Dare3[20] = "Take off your underwear, leave your jeans/skirt, etc.";
			Dare3[34] = "Remove any item of clothing.";
			
			mySetting = 37;
		}
		if (Level == 4) {
			var Dare4:Array = new Array();
			if (PlayerTurn == 1){
				Dare4[1] = "Put a finger in " + Player2name + "'s ass. Do it slow.";
				Dare4[2] = "Kiss " + Player2name + " passionately 20 times on the genitals.";
				Dare4[4] = "Give " + Player2name + " a footjob for a minute.";
				Dare4[6] = "Do whatever " + Player2name + " asks.";
				if (Player2gender == "M") Dare4[7] = "Suck " + Player2name + "'s balls for a minute.";
				if (Player2gender == "F") Dare4[7] = "Kiss passionately " + Player2name + "'s pussy lips.";
				if (Player2gender == "M") Dare4[11] = "Give " + Player2name + " a titjob for 2 minutes.";
				if (Player2gender == "F") Dare4[11] = "Pleasure " + Player2name + "'s clitoris for a minute with a finger.";
				if (Player2gender == "F") Dare4[12] = "Let " + Player2name + " to write anything she wants on your ass.";
				if (Player2gender == "M") Dare4[12] = "Let " + Player2name + " to write anything he wants on your ass.";
				Dare4[13] = "In the next 2 rounds " + Player2name + " will be only choosing Truth and you will pleasure " + Player2name + " orally.";
				Dare4[14] = "To the end of the game when " + Player2name + " will choose Truth you will pleasure " + Player2name + " orally.";
				Dare4[15] = "Pleasure " + Player2name + " orally to the edge. " + Player2name + " can't come!";
				Dare4[16] = "Pleasure " + Player2name + " orally to the edge three times in a row. " + Player2name + " can't come! If " + Player2name + " is on the edge, wait 30 seconds.";
				Dare4[17] = "Suck and lick " + Player2name + "'s nipples for 10 minutes.";
				Dare4[18] = "Guide " + Player2name + " in rubbing your genitals for 2 minutes. You can't come!";
				Dare4[19] = "Lick " + Player2name + " for 3 minutes. " + Player2name + " can't come!";
				if (Player2gender == "M") Dare4[5] = "Put on your sexiest lipstick then give " + Player2name + " head for one minute.";
				if (Player2gender == "F") Dare4[5] = "Give " + Player2name + " cunningulus for one minute.";
			}
			else
			{
				Dare4[1] = "Put a finger in " + Player1name + "'s ass. Do it slow.";
				Dare4[2] = "Kiss " + Player1name + " passionately 20 times on the genitals.";
				Dare4[4] = "Give " + Player1name + " a footjob for a minute.";
				Dare4[6] = "Do whatever " + Player1name + " asks.";
				if (Player1gender == "M") Dare4[7] = "Suck " + Player1name + "'s balls for a minute.";
				if (Player1gender == "F") Dare4[7] = "Kiss passionately " + Player1name + "'s pussy lips.";
				if (Player1gender == "M") Dare4[11] = "Give " + Player1name + " a titjob for 2 minutes.";
				if (Player1gender == "F") Dare4[11] = "Pleasure " + Player1name + "'s clitoris for a minute with a finger.";
				if (Player1gender == "F") Dare4[12] = "Let " + Player1name + " to write anything she wants on your ass.";
				if (Player1gender == "M") Dare4[12] = "Let " + Player1name + " to write anything he wants on your ass.";
				Dare4[13] = "In the next 2 rounds " + Player1name + " will be only choosing Truth and you will pleasure " + Player1name + " orally.";
				Dare4[14] = "To the end of the game when " + Player1name + " will choose Truth you will pleasure " + Player1name + " orally.";
				Dare4[15] = "Pleasure " + Player1name + " orally to the edge. " + Player1name + " can't come!";
				Dare4[16] = "Pleasure " + Player1name + " orally to the edge three times in a row. " + Player1name + " can't come! If " + Player1name + " is on the edge, wait 30 seconds.";
				Dare4[17] = "Suck and lick " + Player1name + "'s nipples for 10 minutes.";
				Dare4[18] = "Guide " + Player1name + " in rubbing your genitals for 2 minutes. You can't come!";
				Dare4[19] = "Lick " + Player1name + " for 3 minutes. " + Player1name + " can't come!";
				if (Player1gender == "M") Dare4[5] = "Put on your sexiest lipstick then give " + Player1name + " head for one minute.";
				if (Player1gender == "F") Dare4[5] = "Give " + Player1name + " cunningulus for one minute.";
			}
			Dare4[0] = "Get under a blanket and have sex for a minute / make out for a minute.";
			Dare4[3] = "Blindfold yourself and do the next two tasks blindfolded.";
			Dare4[8] = "Do 10 jumps naked.";
			Dare4[9] = "Lick your nipple.";
			Dare4[10] = "300 strokes of your hand on your genitals. You can't climax. If it's hard not to climax stop for 20 seconds.";
			mySetting = 20;
		}
		if (Level == 5) {
			var Dare5:Array = new Array();
			if (PlayerTurn == 1){
				if (Player1gender == "F") Dare5[0] = "Put your tongs into your pussy.";
				if (Player1gender == "M") Dare5[0] = "Tie your penis and scrotum with a shoelace.";
				if (Player1gender == "F") Dare5[2] = "Spank your pussy with hairbrush 5 times.";
				if (Player1gender == "M") Dare5[2] = "Spank your penis with hairbrush 5 times.";
				if (Player1gender == "M") Dare5[4] = "Blindfold yourself and wear only " + Player2name + " panties or tongs. Let " + Player2name + " make a photos of you. Let " + Player2name + " to not showing these photos to you. " + Player1name + ", keep them in hidden and safe place.";
				if (Player1gender == "F") Dare5[4] = "Let " + Player2name + " blindfold and gag you with your panties or tongs. Let " + Player2name + " to take pictures of you. Try to look seductive, not embarassed.";
				Dare5[6] = "Do whatever " + Player2name + " asks.";
				Dare5[7] = "Suck every " + Player2name + "'s toe . Lick " + Player2name + "'s feet.";
				Dare5[8] = "Let " + Player2name + " to piss on you. If " + Player2name + " doesn't want to piss on you, click 'Done'.";
				Dare5[9] = "Let " + Player2name + " to take pictures of you. Try to look seductive, not embarassed. " + Player2name + " will guide you what sexy poses to do.";
				
				
			}
			else
			{
				if (Player2gender == "F") Dare5[0] = "Put your tongs into your pussy.";
				if (Player2gender == "M") Dare5[0] = "Tie your penis and scrotum with a shoelace.";
				if (Player2gender == "F") Dare5[2] = "Spank your pussy with hairbrush 5 times.";
				if (Player2gender == "M") Dare5[2] = "Spank your penis with hairbrush 5 times.";
				if (Player2gender == "M") Dare5[4] = "Blindfold yourself and wear only " + Player1name + " panties or tongs. Let " + Player1name + " make a photos of you. Let " + Player1name + " to not showing these photos to you. " + Player1name + ", keep them in hidden and safe place.";
				if (Player2gender == "F") Dare5[4] = "Let " + Player1name + " blindfold and gag you with your panties or tongs. Let " + Player1name + " to take pictures of you. Try to look seductive, not embarassed.";
				Dare5[6] = "Do whatever " + Player1name + " asks.";
				Dare5[7] = "Suck every " + Player1name + "'s toe . Lick " + Player1name + "'s feet.";
				Dare5[8] = "Let " + Player1name + " to piss on you. If " + Player1name + " doesn't want to piss on you, click 'Done'.";
				Dare5[9] = "Let " + Player1name + " to take pictures of you. Try to look seductive, not embarassed. " + Player1name + " will guide you what sexy poses to do.";
			}
			Dare5[1] = "Spank your ass with hair brush 10 times.";
			Dare5[3] = "Finger yourself anally. Add one finger after each minute until you have three fingers there. Have fun for several minutes.";
			Dare5[5] = "Blindfold yourself and do the next two tasks blindfolded.";
			mySetting = 10;
		}
   			// Creates a random number:
      		myNumber = random(mySetting);
   			//Checks the repeat function
   			while ((myNumber == Player1firstquestion) || (myNumber == Player1secondquestion)) {
				if (myNumber == (mySetting-1)) {
					myNumber = 0;
				}
				else myNumber = myNumber+1;
   			}
  			if (Round == 1) Player1firstquestion = myNumber;
			else if (Round == 2) Player1secondquestion = myNumber;
			else {
				Player1firstquestion = -5;
				Player1secondquestion = -5;
			}
			if (Level == 1) myDisplay = Dare1[myNumber];
			if (Level == 2) myDisplay = Dare2[myNumber];
			if (Level == 3) myDisplay = Dare3[myNumber];
			if (Level == 4) myDisplay = Dare4[myNumber];
			if (Level == 5) myDisplay = Dare5[myNumber];
			
			if (PlayerTurn == 1) turn = "Will " + Player1name + " do this dare or refuse?";
			if (PlayerTurn == 2) turn = "Will " + Player2name + " do this dare or refuse?";
			
			//znikanie przyciskow Truth i Dare po wcisnieciu, by pojawily sie przyciski Done and Refused
			btnTruth._alpha = 0;
			btnTruth.enabled = false;
			btnDare._alpha = 0;
			btnDare.enabled = false;
			btnDone._alpha = 100;
			btnDone.enabled = true;
			btnRefuse._alpha = 100;
			btnRefuse.enabled = true;
			btnDone._x = btnTruth._x;
			btnDone._y = btnTruth._y;
			btnTruth._x = -150;
			btnTruth._y = 307;
			btnRefuse._x = btnDare._x;
			btnRefuse._y = btnDare._y;
			btnDare._x = -150;
			btnDare._y = 351.5;
			
			TruthOrDare = 1.2;
		
}
